Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NOptionsPropertyEditor<TOption> Class / FillItems<vvIb> Method


In This Topic
    FillItems<vvIb> Method
    In This Topic
    Fills the given collection of items from the options returned by the GetOptions method of this editor.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub FillItems(Of vvIb As {New, NContentHolder})( _
       ByVal items As INDynamicSet(Of vvIb) _
    ) 
    'Usage
     
    
    Dim instance As NOptionsPropertyEditor(Of TOption)
    Dim items As INDynamicSet(Of vvIb)
     
    instance.FillItems(Of vvIb)(items)
    protected virtual void FillItems<vvIb>( 
       INDynamicSet<vvIb> items
    )
    where vvIb: new(), NContentHolder

    Parameters

    items

    Type Parameters

    vvIb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also